LISTENER ANGLE X

This command will return the current X angle of the listeners direction.

  Syntax
Return Float=LISTENER ANGLE X()
  Returns

The command will return the current X angle of the listeners direction

  Example Code
cls
load sound "man.wav",1
play sound 1
print" X angle of the listeners direction "+str$(listener angle x())
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index